github.com/klauspost/compress/zstd.fseDecoder.dt (field)
16 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L35: dt [maxTablesize]decSymbol // Decompression table.
fse_decoder.go#L200: fatalErr(binary.Read(r, binary.LittleEndian, &s.dt))
fse_decoder.go#L268: s.dt[0] = symbol
fse_decoder.go#L277: for i, v := range s.dt[:tableSize] {
fse_decoder.go#L287: s.dt[i] = v
fse_decoder_amd64.go#L39: dt: (*uint64)(&s.dt[0]),
seqdec.go#L58: s.state.init(br, s.fse.actualTableLog, s.fse.dt[:1<<s.fse.actualTableLog])
seqdec.go#L231: llTable, mlTable, ofTable := s.litLengths.fse.dt[:maxTablesize], s.matchLengths.fse.dt[:maxTablesize], s.offsets.fse.dt[:maxTablesize]
seqdec_amd64.go#L84: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L85: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L86: ofTable: s.offsets.fse.dt[:maxTablesize],
seqdec_amd64.go#L239: llTable: s.litLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L240: mlTable: s.matchLengths.fse.dt[:maxTablesize],
seqdec_amd64.go#L241: ofTable: s.offsets.fse.dt[:maxTablesize],
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |